.thumbSlider-1 .swiper-container {
  width: 100%;
  max-width: 1024px;
  overflow: hidden;
  margin: 20px auto;
  position: relative;
}

 .swiper-container.thumbslider_1 {
  height: 100%;

}

.thumbSlider-1
{
  background-image: url(../images/bg-pic.jpg);
  position: relative;
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom center;
  min-height: 800px;
  padding: 60px 0px 120px 0px;
}

.thumbSlider-1 .swiper-container.thumbslider_1 .swiper-slide {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height:100%;
}

.thumbSlider-1 .swiper-container.slider-thumbnail {
  
  max-width: 860px;
  margin: 0 auto;
}

.thumbSlider-1 .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.5;
  overflow: hidden;
  padding: 10px;
}

.thumbSlider-1 .swiper-container.slider-thumbnail .swiper-wrapper .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.thumbSlider-1 .swiper-nav {
  position: absolute;
  width: 90%;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.thumbSlider-1 .swiper-nav .nav-button {
  width: 50px;
  height: 50px;
  background-color: #0e0707;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border-radius: 100px;
  display: none;
}

.thumbSlider-1 .swiper-nav .nav-button::after {
  font-size: 20px;
  color: #FFF;
}

@media (max-width: 767px) {
  .thumbSlider-1 .swiper-container.thumbslider_1 {
      height: 60vh;
  }

  .thumbSlider-1 .swiper-container.slider-thumbnail {
      height: 60px;
  }

  .thumbSlider-1 .swiper-nav .nav-button {
      width: 35px;
      height: 35px;
  }

  .thumbSlider-1 .swiper-nav .nav-button::after {
      font-size: 14px;
  }
}

.gallary-head {
  padding-top: 0; /* Remove top padding as we center content with flexbox */
}